PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFJavaScriptAction Class / setScript Method
The JavaScript script to be executed.
In This Topic
    setScript Method
    In This Topic
    Sets the JavaScript script to be executed.
    Syntax
    public void setScript( 
       java.lang.String value
    )

    Parameters

    value
    The JavaScript script to be executed.
    See Also